Skip to main content

Double Open Server

DOS

A package configuration provider that loads package configurations from a Double Open Server instance.

Configuration

Example

Use the following syntax to configure this plugin globally as part of config.yml:

ort:
packageConfigurationProviders:
DOS:
options:
url: <OPTIONAL_STRING>
timeout: <OPTIONAL_LONG>
secrets:
token: <OPTIONAL_SECRET>

Options

url

STRING Required

The URL where the DOS backend is running.

token

SECRET Required

The secret token to use with the DOS backend.

timeout

LONG

The timeout for communicating with the DOS backend, in seconds.